-
-
Notifications
You must be signed in to change notification settings - Fork 158
Merge experimental OpenAPI support into master #1716
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…r-type OpenAPI: Fix "id" parameter in URL to be string
…o there's no need.
…esourceIdentifier -> Identifier, drop Object suffixes
… provider, remove ISchemaRepositoryAccessor, remove OAS caching (no measurable gain)
…by client tests; expand model used for query strings
…sk (makes it easier to keep in sync during development)
…with discriminator
OpenAPI: Support including related resources
OpenAPI: Filter endpoints based on GenerateControllerEndpoints usage
OpenAPI: Error responses
Fix OpenAPI example crash in Visual Studio 2022 v17.9.0
Merge master into openapi
Add missing 422 status code in post/patch/delete relationship endpoint
Renames in OAS output: - [ResourceName] Primary Response Document -> Primary [ResourceName] Response Document - [ResourceName] Secondary Response Document -> Secondary [ResourceName] Response Document - Nullable [ResourceName] Secondary Response Document -> Nullable Secondary [ResourceName] Response Document - Data In Response -> Resource In Response - [ResourceName] Data In Response -> Data In [ResourceName] Response - [ResourceName] Attributes In Response -> Attributes In [ResourceName] Response - [ResourceName] Relationships In Response -> Relationships In [ResourceName] Response
Add support for resource inheritance in OpenAPI
Improve code coverage by skipping unreachable code
Merge master into openapi
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1716 +/- ##
==========================================
+ Coverage 90.64% 90.78% +0.13%
==========================================
Files 355 467 +112
Lines 11569 14612 +3043
Branches 1909 2299 +390
==========================================
+ Hits 10487 13265 +2778
- Misses 706 917 +211
- Partials 376 430 +54 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
38d4f63
to
81ed9a2
Compare
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
OpenAPI support for JSON:API is now mostly feature-complete. This PR merges the OpenAPI work we started in 2021 into master.
Contributes to #1046.
QUALITY CHECKLIST